home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on keyDown
- set WHICHKEY to the keyPressed
- if the commandDown and the optionDown then
- beep()
- beep()
- case WHICHKEY of
- "B":
- play frame "BOSCH"
- "C":
- play frame "CAMPBELL"
- "H":
- play frame "HUNT"
- "N":
- play frame "NESTOR"
- "P":
- play frame "PARKER"
- "S":
- play frame "STAR"
- "T":
- play frame "TECSON"
- "W":
- play frame "WIEMER"
- end case
- end if
- end
-